home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / automake.0 / automake / automake-1.0 / ChangeLog < prev    next >
Encoding:
Text File  |  1996-05-29  |  69.1 KB  |  2,274 lines

  1. Wed May 29 10:35:01 1996  Tom Tromey  <tromey@creche.cygnus.com>
  2.  
  3.     * config.guess, config.sub: New versions.
  4.  
  5. Tue May 28 19:27:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
  6.  
  7.     * configure.in (VERSION): Upped to 1.0.
  8.  
  9. Sat May 25 10:19:53 1996  Tom Tromey  <tromey@creche.cygnus.com>
  10.  
  11.     * automake.in (handle_tests): Handle dejagnu.
  12.     (handle_options): Recognize dejagnu option.
  13.  
  14.     * dejagnu.am: New file.
  15.  
  16. Thu May 23 10:01:13 1996  Tom Tromey  <tromey@creche.cygnus.com>
  17.  
  18.     * automake.in (handle_dist): Run installcheck target from
  19.     distcheck.
  20.  
  21.     * configure.in (VERSION): Upped to 0.34.
  22.  
  23.     * automake.in (scan_configure): Always allow upgrading to
  24.     fp_PROG_INSTALL.  Test fpinstall.test.
  25.  
  26. Wed May 22 14:45:28 1996  Joshua Cowan  <jcowan@hermit.reslife.okstate.edu>
  27.  
  28.     (handle_dist): Make `distcheck' check `install' target, too.
  29.  
  30. Wed May 22 09:49:27 1996  Tom Tromey  <tromey@creche.cygnus.com>
  31.  
  32.     * automake.in (initialize_per_input): Don't initialize
  33.     $output_directory here; initialize it globally.  From Joshua
  34.     Cowan.  Test outdir.test.
  35.  
  36. Sat May 18 10:57:40 1996  Tom Tromey  <tromey@creche.cygnus.com>
  37.  
  38.     * automake.in (handle_tests): Don't push TESTS onto dist_common.
  39.     (initialize_global_constants): Put install-sh and mkinstalldirs
  40.     into @common_files.  Test insh2.test.
  41.  
  42. Fri May 17 09:02:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
  43.  
  44.     * automake.in (handle_source_transform): Don't generate _OBJECTS
  45.     when no source files specified.  Test number.test.
  46.  
  47.     From Joerg-Martin Schwarz:
  48.     * automake.in (seen_package, seen_version): New globals.
  49.     (scan_configure): Look for PACKAGE= and VERSION=.
  50.  
  51.     * automake.in (handle_options): Recognize dist-zip.
  52.     (handle_dist): Handle dist-zip.
  53.     (handle_options): Use ' ', not \s+, with split.  Test
  54.     backsl.test.
  55.     (handle_source_transform): Likewise.
  56.     (handle_lib_objects): Likewise.
  57.     (handle_libraries): Likewise.
  58.     (handle_texinfo): Likewise.
  59.     (handle_man_pages): Likewise.
  60.     (handle_subdirs): Likewise.
  61.     (handle_gettext): Likewise.
  62.     (handle_footer): Likewise.
  63.     (handle_tests): Likewise.
  64.     (scan_configure): Likewise.
  65.     (am_install_var): Likewise.
  66.  
  67.     * Makefile.am (TAGS_DEPENDENCIES): New macro.
  68.  
  69.     * tags.am (tags-recursive): New target.
  70.     (TAGS): Depend on it.
  71.  
  72.     * automake.in (handle_tags): Put tags-recursive on @phony.
  73.  
  74.     * tags-subd.am (TAGS): Depend on HEADERS, SOURCES,
  75.     TAGS_DEPENDENCIES.
  76.     * tags.am (TAGS): Depend on HEADERS, SOURCES, TAGS_DEPENDENCIES.
  77.  
  78. Thu May 16 09:21:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
  79.  
  80.     * remake.am (configure): Depend on $(CONFIGURE_DEPENDENCIES).
  81.  
  82.     * automake.in (scan_configure): Look for install-sh and
  83.     mkinstalldirs here.
  84.     (initialize_global_constants): Moved mdate-sh from
  85.     common_sometimes to common_files.  Test mdate2.test.
  86.  
  87. Tue May 14 21:52:01 1996  Tom Tromey  <tromey@creche.cygnus.com>
  88.  
  89.     * automake.in (seen_maint_mode): New global.
  90.     (scan_configure): Handle jm_MAINTAINER_MODE.
  91.     (read_am_file): Handle seen_maint_mode.
  92.     (file_contents_with_transform): Handle seen_maint_mode.
  93.     (handle_source_transform): Changed interface, all callers.
  94.  
  95.     From Jim Meyering:
  96.     * remake-hdr.am, remake-subd.am, remake.am, texi-version.am:
  97.     Handle @MAINT@.
  98.     * aclocal.m4 (jm_MAINTAINER_MODE): New macro.
  99.  
  100.     * automake.in (handle_configure): Check $config_aux_dir against
  101.     empty string.  From Markku Rossi.  Test mkinstall.test.
  102.  
  103. Fri May 10 14:38:47 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
  104.  
  105.     * automake.in (distcheck): Added new rule to top level
  106.     Makefile.in.
  107.  
  108. Wed May  8 21:57:21 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
  109.  
  110.     * automake.in (scan_configure): Make sure that gm_PROG_LIBTOOL
  111.     sets seen_ranlib.
  112.     (generate_makefile): libtool, config.sub, and config.guess should
  113.     only ever appear in the top directory of a package.
  114.  
  115. Tue May 14 10:24:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
  116.  
  117.     * automake.in (initialize_global_constants): Added libversion.in
  118.     to @common_files.
  119.  
  120.     * configure.in (VERSION): Upped to 0.33.
  121.  
  122.     * automake.in (am_install_var): Fixed problem in EXTRA_ handling.
  123.     Test extra.test.
  124.  
  125. Mon May 13 10:41:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
  126.  
  127.     * install-sh (transformbasename): Correct misspelling of
  128.     transformbasename.  From Ian Lance Taylor.
  129.  
  130. Sat Apr 27 11:39:10 1996  Tom Tromey  <tromey@creche.cygnus.com>
  131.  
  132.     * automake.in (handle_configure): Set mkinstalldirs variable
  133.     here.
  134.     (handle_dist_worker): Explicitly set distdir in subdir makes.
  135.     (handle_dist): Handle separate distdir target.
  136.     (handle_dist_worker): Only generate distdir target.
  137.  
  138.     * texinfos.am (install-info): Use $(mkinstalldirs).
  139.     * scripts.am (install-@DIR@SCRIPTS): Use $(mkinstalldirs).
  140.     * programs.am (install-@DIR@PROGRAMS): Use $(mkinstalldirs).
  141.     * libraries.am (install-@DIR@LIBRARIES): Use $(mkinstalldirs).
  142.     * header.am (install-@DIR@HEADERS): Use $(mkinstalldirs).
  143.     * data.am (install-@DIR@DATA): Use $(mkinstalldirs).
  144.  
  145.     * automake.in (read_am_file): Set mkinstalldirs variable.
  146.     (handle_man_pages): Use it.
  147.     (handle_installdirs): Ditto.
  148.  
  149. Fri Apr 26 15:10:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
  150.  
  151.     * automake.in (handle_man_pages): Fix mkinstalldirs invocation.
  152.  
  153. Thu Apr 25 18:40:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
  154.  
  155.     * automake.in (handle_dist_worker): Use $(TAR), not tar.
  156.     (handle_merge_targets): Make sure config header is built before
  157.     recursing into subdirs.
  158.     (handle_libraries): Generate LIBFILES for check_LIBRARIES.
  159.     (handle_merge_targets): Handle case where nothing is installed but
  160.     something must be built -- "make install" must still work.
  161.  
  162.     * dist-vars.am (TAR): New macro.
  163.  
  164.     * automake.in (scan_configure): Support AC_REPLACE_GNU_GETOPT.
  165.     (handle_configure): Require stamp-h.in when config header used.
  166.  
  167. Tue Apr 23 17:57:13 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
  168.  
  169.     * doc/mdate-sh: Extract the last field from the date output, not
  170.      the sixth, which will fail when the timezone name has more than
  171.      one word or is missing.
  172.  
  173. Wed Apr 24 20:29:26 1996  Tom Tromey  <tromey@creche.cygnus.com>
  174.  
  175.     * automake.in (am_install_var): Use delete, not undef, to remove
  176.     EXTRA entry.  From Gord Matzigkeit.
  177.  
  178. Mon Apr 22 17:48:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
  179.  
  180.     * automake.in (read_am_file): Handle case where last line doesn't
  181.     end in newline.
  182.  
  183. Tue Apr  9 22:53:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
  184.  
  185.     * automake.in (variable_defined): New function.
  186.     (read_am_file): Ensure a blank line comes before starting comments
  187.     from Makefile.am.
  188.     (initialize_per_input): Initialize %targets.
  189.     (read_am_file): Set appropriate entry in %targets.
  190.     Many changes to use variable_defined.
  191.     (check_gnu_standards): Only require ChangeLog at top level.  From
  192.     Gord Matzigkeit.
  193.     (handle_tests): check-TESTS depends on $(TESTS).  From Gord
  194.     Matzigkeit.
  195.  
  196. Mon Apr  8 22:51:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
  197.  
  198.     * automake.in (parse_arguments): Added short options.
  199.     (initialize_global_constants): Ditto.
  200.  
  201. Fri Apr  5 00:22:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
  202.  
  203.     * mkinstalldirs (errstatus): Don't necessarily die if mkdir
  204.     fails.
  205.  
  206.     * automake.in (handle_source_transform): Typo fix.
  207.  
  208. Thu Apr  4 15:10:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
  209.  
  210.     * automake.in (handle_dist_worker): Renamed dist-local to
  211.     dist-hook.
  212.     (handle_merge_targets): Added install-data-hook and
  213.     install-exec-hook.
  214.     (handle_source_transform): Handle EXTRA_prog_SOURCES form.
  215.  
  216.     * automake.in (handle_scripts): Never allow scripts_installed to
  217.     become 0.
  218.  
  219.     * scripts.am (install-@DIR@SCRIPTS): Scripts can be found in
  220.     srcdir.
  221.  
  222.     * automake.in (generate_makefile): Derived file names from given
  223.     input; don't assume Makefile.in and Makefile.am.
  224.     (am_file_name, in_file_name): New globals.
  225.     (read_am_file): Use them.
  226.  
  227.     * program.am (@PROGRAM@): Use transformed program name.
  228.  
  229.     * remake-hdr.am (stamp-h): Actually touch stamp-h.
  230.  
  231. Wed Apr  3 15:16:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
  232.  
  233.     * automake.in (require_file_internal): Use correct file for error
  234.     messages.  Test insh.test.
  235.  
  236. Mon Apr  1 09:47:44 1996  Tom Tromey  <tromey@creche.cygnus.com>
  237.  
  238.     * texinfos.am (.texi.info): Build output file in srcdir.
  239.  
  240.     * automake.in (require_file_internal): If $dir is ".",then look in
  241.     relative directory.
  242.     (handle_texinfo): Canonicalize name of texi file before looking
  243.     for dependency variable.
  244.  
  245. Thu Mar 28 08:33:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
  246.  
  247.     * automake.in (require_conf_file_with_conf_line): Yet another
  248.     function of this form.
  249.     (libtool_line): New variable.
  250.     (handle_libraries): Handle libtool.
  251.  
  252.     * libraries-vars.am: Removed.
  253.  
  254.     * automake.in (seen_libtool): New variable.
  255.     (scan_configure): Look for gm_PROG_LIBTOOL or AC_PROG_LIBTOOL.
  256.  
  257.     * automake.in (handle_dist_worker): Handle dist-local.
  258.  
  259.     * Makefile.am (maintainer-check): Do "make check" after all syntax
  260.     checks.
  261.  
  262.     * texi-version.am (stamp-@VTI@): Look for mdate-sh in appropriate
  263.     directory.
  264.  
  265.     * automake.in ($seen_arg_prog): New global.
  266.     (handle_programs): Error if AC_ARG_PROGRAM not seen.
  267.     (handle_scripts): Ditto.
  268.     (handle_configure): mkinstalldirs now a config file.
  269.     (handle_installdirs): Find mkinstalldirs in config_aux_dir.
  270.     (handle_dist_worker): Removed DIST_SUBDIRS.
  271.     (require_file_path): New variable.
  272.     (require_file_with_conf_line): Set it.
  273.     (require_file_with_line): Ditto.
  274.     (require_file): Ditto.
  275.     (require_file_internal): Incorporated code from
  276.     require_config_file.
  277.     (require_config_file): Rewrote.
  278.     (require_conf_file_with_line): New function.
  279.     (handle_texinfo): Use it for mdate-sh.
  280.     (handle_texinfo): Look for mdate-sh in appropriate directory.
  281.  
  282. Tue Mar 26 13:47:54 1996  Tom Tromey  <tromey@creche.cygnus.com>
  283.  
  284.     * Makefile.am (cvs-dist): Find NEWS in srcdir.
  285.     * automake.in (handle_dist_worker): Find NEWS in srcdir.
  286.     ($RULE_PATTERN): Include chars "$(){}/" in allowable patterns in a
  287.     rule.
  288.     (require_config_file): Set config_aux_path when file found.
  289.     ($config_aux_dir): New variable.
  290.     (require_config_file): Set it.
  291.     (handle_man_pages): Find mkinstalldirs in config_aux_dir.
  292.  
  293. Mon Mar 25 15:32:57 1996  Tom Tromey  <tromey@creche.cygnus.com>
  294.  
  295.     * data.am (install-@DIR@DATA): Also allow data to be in build
  296.     directory.
  297.  
  298. Sun Mar 24 19:56:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
  299.  
  300.     * automake.in (am_install_var): Don't look in EXTRA_primary
  301.     variable any more; it is handled in the main loop.
  302.  
  303. Wed Mar 20 16:22:35 1996  Tom Tromey  <tromey@creche.cygnus.com>
  304.  
  305.     * data.am (install-@DIR@DATA): Find data in srcdir.
  306.  
  307. Fri Mar 15 18:30:31 1996  Tom Tromey  <tromey@creche.cygnus.com>
  308.  
  309.     * automake.in (require_config_file): Use correct filename when
  310.     looking for errors.  Also, install file in `.' if not found.  Bug
  311.     reported by Gord Matzigkeit.  Test installsh.test.
  312.  
  313. Thu Mar 14 09:28:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
  314.  
  315.     * Makefile.am (cvs-diff): New target.
  316.  
  317.     Fix for bug when install var substitutes empty.  Test empty.test.
  318.     * header.am (install-@DIR@HEADERS): Allow empty list of headers.
  319.     (uninstall-@DIR@HEADERS): Ditto.
  320.     * scripts.am (install-@DIR@SCRIPTS): Allow empty list of scripts.
  321.     (uninstall-@DIR@SCRIPTS): Ditto.
  322.     * libraries.am (install-@DIR@LIBRARIES): Allow empty list of
  323.     libraries.
  324.     (uninstall-@DIR@LIBRARIES): Ditto.
  325.     * data.am (install-@DIR@DATA): Allow empty list of data.
  326.     (uninstall-@DIR@DATA): Ditto.
  327.     * programs.am (install-@DIR@PROGRAMS): Added missing semicolon.
  328.     From Franτois Pinard.
  329.     (install-@DIR@PROGRAMS): Fixed bug when list of programs empty.
  330.     (uninstall-@DIR@PROGRAMS): Ditto.
  331.  
  332. Wed Mar 13 19:50:23 1996  Tom Tromey  <tromey@creche.cygnus.com>
  333.  
  334.     * tags-subd.am (ID): Name of ID file must be flush against -f.
  335.  
  336.     * configure.in (VERSION): Version 0.32.
  337.  
  338. Mon Mar 11 17:50:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
  339.  
  340.     * automake.in (seen_linguas, all_linguas_line): New variables.
  341.     (handle_gettext): New function.
  342.     (generate_makefile): Run it.
  343.     (scan_configure): Recognize ALL_LINGUAS.
  344.  
  345. Mon Mar 11 14:34:36 1996  Gord Matzigkeit  <gord@enci.ucalgary.ca>
  346.  
  347.     * automake.texi: doc fix.
  348.  
  349.     * automake.in (am_install_var): Added support for check and
  350.     installcheck special prefixes.
  351.  
  352. Sun Mar 10 10:44:42 1996  Tom Tromey  <tromey@creche.cygnus.com>
  353.  
  354.     * automake.in (handle_subdirs): Don't do SUBDIRS check for
  355.     gettext.
  356.  
  357. Tue Mar  5 18:12:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
  358.  
  359.     * automake.in (OBJECT_PATTERN): Removed.
  360.     (am_install_var): No error if name is invalid.
  361.     (handle_programs): Canonicalize program names.
  362.     (BOGUS_MACRO_PATTERN): New variable.
  363.     (read_am_file): Error if bad macro name given.
  364.     (require_file_internal): Use am_line_error, not am_conf_error.
  365.  
  366.     * program.am (@PROGRAM@): Recognize @PROGRAM@_DEPENDENCIES.
  367.  
  368. Mon Mar  4 19:30:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
  369.  
  370.     * automake.in (handle_lib_objects): New function.
  371.     (handle_libraries): Use it.
  372.     (handle_programs): Ditto.
  373.     (handle_dist_worker): Deprecate DIST_SUBDIRS.
  374.     (am_install_var): Allow extended directory mechanism to work.
  375.     Test exdir.test.
  376.  
  377.     * dist-vars.am (DISTFILES): Use EXTRA_DIST.
  378.     (DEP_DISTFILES): Ditto.
  379.  
  380.     * automake.in (OBJECT_PATTERN): New variable.
  381.     (am_install_var): Use it.
  382.     (handle_dist): DIST_OTHER is an anachronism.
  383.  
  384. Sat Mar  2 17:04:38 1996  Tom Tromey  <tromey@creche.cygnus.com>
  385.  
  386.     * automake.in (handle_dist_worker): Only cause Automake to be
  387.     re-run if not making a distribution.  Fixes bug reported by
  388.     Joerg-Martin Schwarz.
  389.     (require_file_with_line): New function.
  390.     (require_file): Use it.
  391.     (am_line_error): Don't print line number if $symbol is empty.
  392.     (get_object_extension): Use require_file_with_line.
  393.     (handle_libraries): Use require_file_with_line.
  394.     (handle_texinfo): Use require_file_with_line.
  395.     (handle_configure): Use am_conf_line_error and
  396.     require_file_with_conf_line.
  397.     (handle_subdirs): Use require_file_with_conf_line.
  398.     (handle_configure): Use require_file_with_conf_line.
  399.     (handle_tests): Push check-TESTS on @phony.
  400.     (am_conf_line_error): New function.
  401.     (require_file_with_conf_line): New function.
  402.     (require_file_internal): New function.
  403.     (require_file_with_line): Use it.
  404.     (require_file): Ditto.
  405.     (am_conf_line_error): Handle empty line number.
  406.     (ac_gettext_line, ac_output_line): New variables.
  407.     (scan_configure): Set them.
  408.  
  409. Fri Mar  1 00:13:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
  410.  
  411.     * automake.in (parse_arguments): Default strictness is gnu.
  412.     Changed `normal' to `foreign' everywhere.
  413.     (parse_arguments): Handle --foreign.
  414.     (initialize_global_constants): Document --foreign.
  415.     (handle_dependencies): Better error message.
  416.     (handle_texinfo): Don't push $vtexi on @texis.
  417.     (handle_texinfo): Only push $vtexi on @texi_deps if not null.
  418.     (handle_configure): install-sh is a config file; require it as
  419.     such.
  420.     (parse_arguments): Renamed --install-missing to --add-missing.
  421.     (add_missing): Renamed from install_missing.
  422.     (am_install_var): Check to make sure contents of install variable
  423.     are correct if primary requires it.  Test badprog.test.
  424.     (initialize_global_constants): Initialize
  425.     %primary_uses_subobjects.
  426.     (handle_source_transform): Skip configure substitutions.  Test
  427.     depend.test.  Also, skip empty elements.
  428.  
  429. Thu Feb 29 22:00:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
  430.  
  431.     * texinfo.tex: New version.
  432.  
  433.     * automake.in (am_install_var): Allow extended range of
  434.     installation directories.
  435.  
  436.     * automake.in (get_object_extension): Don't allow
  437.     @CONFIG_INCLUDE_SPEC@ in the Makefile.in when config.h not used.
  438.     From Gord Matzigkeit.  Test confincl.test.
  439.  
  440.     * texinfos.am (install-info): Changed usage of install-info (in
  441.     comment).  Per Feb 25 GNU Standards document.
  442.  
  443. Wed Feb 28 07:40:55 1996  Tom Tromey  <tromey@creche.cygnus.com>
  444.  
  445.     * automake.in (handle_tests): New function.
  446.     (generate_makefile): Call it.
  447.     (handle_subdirs): Skip directories whose names look like configure
  448.     substitutions.
  449.     (handle_subdirs): Require intl and po, not @INTLSUB@ and @POSUB@,
  450.     when using gettext.
  451.     (scan_configure): Clear in_ac_output if "]" found.  Test
  452.     acoutqnl.test.
  453.     (require_config_file): New function.
  454.     (generate_makefile): Use require_config_file.
  455.     (config_aux_path): New variable.
  456.     (scan_configure): Check for AC_CONFIG_AUX_DIR.
  457.     (handle_merge_targets): Add install-strip rule.
  458.  
  459. Tue Feb 27 20:00:36 1996  Tom Tromey  <tromey@creche.cygnus.com>
  460.  
  461.     * mdate-sh: New version from Ulrich Drepper.
  462.  
  463.     * automake.in (handle_source_transform): Changed fill back to
  464.     empty string.
  465.     (handle_libraries): Ditto.
  466.     (handle_dist): Ditto.
  467.     (handle_dependencies): Ditto.
  468.     (handle_footer): Ditto.
  469.     (handle_phony): Ditto.
  470.  
  471.     * Makefile.am (DIST_SUBDIRS): Removed.
  472.     (installcheck-local): Use Perl, not test -x.
  473.     (PERL): New macro.
  474.     (maintainer-check): Use $(PERL), not @PERL@.
  475.  
  476.     * configure.in (VERSION): Upped to 0.31.
  477.  
  478. Sat Feb 24 18:02:19 1996  Tom Tromey  <tromey@creche.cygnus.com>
  479.  
  480.     * automake.in (scan_configure): AC_CHECK_TOOL requires config.sub
  481.     and config.guess.
  482.  
  483.     * automake.in: Use keyed_aclocal_warning when warning about
  484.     fp_PROG_INSTALL.
  485.     (get_object_extension): Use keyed_aclocal_warning when warning
  486.     about fp_C_PROTOTYPES.
  487.     (keyed_aclocal_warning): New function.
  488.  
  489.     * Makefile.am (pkgdata_DATA): Install aclocal.m4.
  490.     * aclocal.m4: Include fp_C_PROTOTYPES, fp_PROG_CC_STDC.
  491.  
  492.     * automake.in (get_object_extension): Only give error about
  493.     fp_C_PROTOTYPES once.
  494.  
  495.     * automake.in (seen_ranlib): New variable.
  496.     (scan_configure): Recognized AC_PROG_RANLIB.
  497.     (handle_libraries): Error if ranlib not checked for.
  498.  
  499.     * automake.in (default_strictness): Default to GNU.
  500.     (default_strictness_name): Ditto.
  501.  
  502. Wed Feb 21 18:15:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
  503.  
  504.     * automake.in (read_am_file): Removed @kr@ support.
  505.     (get_object_extension): Ditto.
  506.  
  507.     * Makefile.am (pkgdata_DATA): Include ansi2knr.c and ansi2knr.1.
  508.  
  509. Tue Feb 20 17:25:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
  510.  
  511.     * depend.am ($(srcdir)/.deps/%.P): Regexp fix.
  512.  
  513. Mon Feb 19 19:53:09 1996  Tom Tromey  <tromey@creche.cygnus.com>
  514.  
  515.     * remake.am ($(srcdir)/Makefile.in): Depend on configure.in.
  516.     * remake-subd.am ($(srcdir)/Makefile.in): Depend on configure.in.
  517.  
  518.     * automake.in (handle_scripts): Ensure $scripts_installed set to
  519.     boolean value.  Test proginst.test.
  520.  
  521.     * Makefile.am (installcheck-local): New target.
  522.  
  523.     * automake.in (require_file): No error if missing file is
  524.     installed.
  525.  
  526. Sun Feb 18 17:10:00 1996  Tom Tromey  <tromey@creche.cygnus.com>
  527.  
  528.     * automake.in (handle_scripts): SCRIPTS no longer automatically
  529.     cleaned.  Now possible to install scripts in pkgdatadir.
  530.     ($seen_canonical): New variable.
  531.     (generate_makefile): Check for config.guess and config.sub here;
  532.     fixes bug reported by Gord Matzigkeit.
  533.  
  534.     * Makefile.am (pkgdata_SCRIPTS): New variable.
  535.     (CLEANFILES): New macro.
  536.  
  537.     * scripts-clean.am: Removed.
  538.  
  539. Sat Feb 17 00:15:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
  540.  
  541.     * automake.in (am_install_var): Error if primary variable actually
  542.     defined.
  543.     (am_install_var): Skip elements that look like configure
  544.     substitutions.
  545.     (am_install_var): "EXTRA" is a valid prefix.
  546.     (am_install_var): Push contents EXTRA_PRIMARY onto @result.
  547.     (handle_merge_targets): Treat "all" target like "install".
  548.     (handle_subdirs): Don't push all-recursive.
  549.  
  550.     * header.am (install-@DIR@HEADERS): Don't depend on all.
  551.     * data.am (install-@DIR@DATA): Don't depend on all.
  552.     * libraries.am (install-@DIR@LIBRARIES): Don't depend on all.
  553.     * programs.am (install-@DIR@PROGRAMS): Don't depend on all.
  554.     * scripts.am (install-@DIR@SCRIPTS): Don't depend on all.
  555.  
  556.     * automake.in (am_install_var): Push generated install targets
  557.     onto @phony.
  558.  
  559.     * subdirs.am: No longer depend on Makefile and $(CONFIG_HEADER).
  560.     * automake.in (handle_merge_targets): Correctly handle recursive
  561.     calls of uninstall, install-exec, and install-data.
  562.     (handle_merge_targets): Put Makefile, and possibly $config_name,
  563.     onto @all.
  564.     (handle_merge_targets): Push 'all' onto @install as appropriate.
  565.  
  566. Fri Feb 16 18:27:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
  567.  
  568.     * automake.in (handle_configure): config.status is in
  569.     $(top_builddir), not $(top_srcdir).  Reported by Anthony Green.
  570.  
  571.     * automake.in (scan_configure): Recognize (AC|fp)_FUNC_FNMATCH.
  572.  
  573. Thu Feb 15 19:12:45 1996  Tom Tromey  <tromey@creche.cygnus.com>
  574.  
  575.     * automake.in: (seen_prog_yacc): New variable.
  576.     (scan_configure): Look for yacc.
  577.     (handle_source_transform): Skipp C++ header files.
  578.     (handle_source_transform): .cxx is a C++ source file.
  579.  
  580. Wed Feb 14 08:36:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
  581.  
  582.     * depend.am ($(srcdir)/.deps/.P): Use "echo", not ":".
  583.  
  584.     Implemented --verbose feature; idea from Greg Woods:
  585.     * automake.in (verbose): New global.
  586.     (generate_makefile): Print creating message if verbose.
  587.     (grep_for_vers_texi): Print message if verbose.
  588.     (handle_dependencies): Ditto.
  589.     (scan_configure): Ditto.
  590.     (read_am_file): Ditto.
  591.     (parse_arguments): Added --verbose.
  592.     (initialize_global_constants): Ditto.
  593.  
  594.     * automake.in (get_object_extension): Use am_line_error.
  595.     (handle_source_transform): Ditto.
  596.     (handle_libraries): Ditto.
  597.     (handle_texinfo): Ditto.
  598.     (handle_man_pages): Ditto.
  599.     (handle_dist): Ditto.
  600.     (handle_dist): Ditto.
  601.     (handle_subdirs): Ditto.
  602.     (handle_configure): Ditto.
  603.     (handle_merge_targets): Ditto.
  604.     (am_install_var): Ditto.
  605.     (am_line_error): Allow actual line number as argument.
  606.     (handle_configure): Use am_line_error.
  607.     (scan_configure): Set config_header_line.
  608.     (config_header_line): New global.
  609.     Use @PERL@ to find perl during exec.  From Greg Woods.
  610.  
  611. Tue Feb 13 22:06:51 1996  Tom Tromey  <tromey@creche.cygnus.com>
  612.  
  613.     * automake.in (initialize_per_input): Init %content_lines.
  614.     (read_am_file): Set appropriate content_lines elements while
  615.     reading.
  616.     (am_line_error): New function.
  617.     (read_am_file): Use it.
  618.     (handle_options): Ditto.
  619.  
  620.     * automake.in (scan_configure): Handle case where more than one .o
  621.     is put into LIBOBJS at once.  Test libobj.test.
  622.  
  623. Mon Feb 12 20:39:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
  624.  
  625.     * automake.in (scan_configure): Ignore "\" in AC_OUTPUT line.
  626.     Test acouttbs.test.
  627.     (handle_subdirs): Restored intl, po warnings.
  628.  
  629.     * automake.in (scan_configure): Delete everything after "," or
  630.     ")".  Test acoutnoq.test.
  631.     (handle_dist): Use $relative_dir, not nonexistent $subdir.
  632.     (handle_subdirs): 'po' and 'intl' are sometimes substituted into
  633.     SUBDIRS; don't warn about their absence.
  634.  
  635. Sun Feb 11 16:55:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
  636.  
  637.     * automake.in (handle_texinfo): Removed bogus error message.
  638.  
  639.     * automake.in (handle_texinfo): Push $(INFO_DEPS), not 'info',
  640.     onto @all.
  641.     (handle_options): Handle version number.
  642.  
  643.     * automake.in ($maint_charset, $dist_charset): New variables.
  644.     (initialize_per_input): Init $local_maint_charset.
  645.     (handle_dist): Handle DIST_CHARSET and MAINT_CHARSET.
  646.     (generate_makefile): Don't print "creating...".
  647.  
  648. Sat Feb 10 16:45:07 1996  Tom Tromey  <tromey@creche.cygnus.com>
  649.  
  650.     * automake.in (get_object_extension): Substitute
  651.     @CONFIG_INCLUDE_SPEC@ if CONFIG_HEADER defined.
  652.     (handle_source_transform): Use $1, not \1.
  653.     (pretty_print_internal): Handle Tabs in fill when computing indent
  654.     on new line.
  655.     (handle_merge_targets): Always generate install-exec and
  656.     install-data targets.  Test instexec.test.
  657.     Fixed error message if fp_PROG_INSTALL missing.
  658.  
  659.     * compile-vars.am (DEFS): Include -I., -I$(srcdir), and
  660.     @CONFIG_INCLUDE_SPEC@.
  661.  
  662.     * automake.in (scan_configure): Delete everything after "]".  Test
  663.     acoutput.test.
  664.  
  665.     * configure.in (AC_OUTPUT): Create tests/Makefile.
  666.     * Makefile.am (SUBDIRS): New macro.
  667.  
  668.     * automake.in (handle_texinfo): Put $vtexi on texi_deps.  From Jim
  669.     Meyering.
  670.  
  671.     * configure.in (AC_OUTPUT): Ensure automake is executable.
  672.  
  673. Thu Feb  8 17:30:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
  674.  
  675.     * automake.in (handle_subdirs): Error if directory in SUBDIRS does
  676.     not exist.
  677.  
  678.     * automake.in (handle_configure): Handle AC_OUTPUT ":" syntax.
  679.  
  680.     From Jim Meyering:
  681.     * libraries.am (install-@DIR@LIBRARIES): Depend on all, not
  682.     (@DIR@_LIBFILES).
  683.     * header.am (install-@DIR@HEADERS): Depend on all, not
  684.     $(@DIR@_HEADERS).
  685.     * data.am (install-@DIR@DATA): Depend on all, not $(@DIR@_DATA).
  686.     * scripts.am (install-@DIR@SCRIPTS): Depend on all, not
  687.     $(@DIR@_SCRIPTS).
  688.     * programs.am (install-@DIR@PROGRAMS): Depend on all, not
  689.     $(@DIR@_PROGRAMS).
  690.  
  691.     * automake.in (initialize_per_input): Initialize
  692.     $use_dependencies.
  693.     ($seen_path_xtra): New variable.
  694.     (scan_configure): Look for AC_PATH_XTRA.
  695.     (get_object_extension): Add variables to output if X seen.
  696.  
  697. Thu Feb  8 10:02:45 1996  Greg A. Woods  <woods@most.weird.com>
  698.  
  699.     * automake.in (handle_programs): add pkglib to list of
  700.     directories for C
  701.     (various): include a tab as fill for continuation lines
  702.     printed with pretty_print*, esp. for macro variable assignments.
  703.     [ changed to 4 spaced by me ]
  704.  
  705. Wed Feb  7 18:00:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
  706.  
  707.     * configure.in (VERSION): Upped to 0.30.
  708.  
  709.     * Makefile.am (automake): Removed.
  710.     (DIST_OTHER): Removed.
  711.  
  712.     * automake.in (handle_source_transform): All dep_files are
  713.     relative to $(srcdir).
  714.     (handle_libraries): Ditto.
  715.     (scan_configure): Test for AC_PROG_INSTALL as well as
  716.     fp_PROG_INSTALL.  Don't error here.
  717.     (seen_prog_install): Now global.
  718.     (scripts_installed): New global.
  719.     (handle_scripts): Set it.
  720.     Give error if appropriate install macro not seen.
  721.     (handle_subdirs): Ensure $seen_gettext before requiring
  722.     gettext-specific files.
  723.     (handle_configure): Automatically rebuild 
  724.  
  725.         From Jim Meyering:
  726.     * automake.in (handle_source_transform): Use \W when quoting
  727.     regexp.  When blah_SOURCES not explicitly defined, still create
  728.     entry in %deps.
  729.     * depend.am ($(srcdir)/.deps/%.P): Don't use \< in regexp.
  730.     * subdirs.am (maintainer-clean-recursive): Now depends on
  731.     $(CONFIG_HEADER) and Makefile.
  732.  
  733.     * automake.in (handle_source_transform): Skip macro references.
  734.  
  735. Mon Feb  5 14:58:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
  736.  
  737.     * automake.in (handle_texinfo): Include "rm" when deleting files.
  738.  
  739.     * Makefile.am (maintainer-check): Expect only one ${...}.
  740.     * texinfos.am (install-info): Remove unneeded ${...}.  From Jim
  741.     Meyering.
  742.  
  743.     * automake.in (handle_configure): Only define CONFIG_HEADER if
  744.     $config_name.
  745.     ($seen_gettext): New variable.
  746.     (handle_subdirs): Do all gettext-related checking here.
  747.     (scan_configure): Just set $seen_gettext.
  748.     (handle_man_pages): Properly quote $(MANS).
  749.  
  750. Wed Jan 31 09:51:30 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
  751.  
  752.     * depend.am: Don't use srcdir anywhere.
  753.     * automake.in (handle_libraries): Don't make .deps relative to
  754.     srcdir.
  755.     (handle_options): Recognize no-dependencies.
  756.  
  757.     * depend.am (MKDEP): From Jim Meyering: Do nothing if srcdir is
  758.     ".".  Properly quote regexp.
  759.  
  760. Tue Jan 30 12:19:09 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
  761.  
  762.     * automake.in (handle_configure): Only defined CONFIG_HEADER if
  763.     $config_name.
  764.     (read_am_file): Quote regexp when substituting top_builddir.
  765.     (handle_source_transform, handle_libraries): Look in
  766.     $(srcdir)/.deps for .P files.
  767.  
  768. Fri Jan 26 00:15:25 1996  Tom Tromey  <tromey@creche.cygnus.com>
  769.  
  770.     * automake.in (am_conf_error): New function.
  771.     (scan_configure): Use it.
  772.     (scan_configure): A comma also ends AC_OUTPUT macro.
  773.  
  774.     * automake.in (read_am_file): Compute top_builddir when including
  775.     header-vars.am.
  776.     (handle_configure): Use $top_builddir, not $top_reldir.
  777.     (other_input_files): New variable.
  778.     (dirname): Fixed bug where dirname of 'a/b/c' was 'a', not 'a/b'.
  779.  
  780.     Changes from Gord Matzigkeit to enabled hierarchies deeper than 2:
  781.     * automake.in (input_files, seen_make_set): Declare globally.
  782.     (parse_arguments): Use input_files, not make_list.
  783.     Only scan configure.in once.
  784.     (handle_dist): Use SUBDIRS to determine when to make
  785.     subdirectories and recurisvely dist.  Use $(topdir), not "..", to
  786.     find top of dist tree.
  787.     (handle_configure): Check for AC_PROG_MAKE_SET here.  Don't require
  788.     configure.in (done elsewhere).
  789.     (scan_configure): seen_make_set is global.  Allow arbitrary space
  790.     in LIBOBJS assignment.
  791.     (top_builddir): New variable.
  792.     * header-vars.am (top_builddir): New variable.
  793.     * remake-subd.am (Makefile): Look in top_builddir, not .., when
  794.     remaking.
  795.     * automake.in (handle_merge_targets): Run 'all' before
  796.     check-recursive.
  797.  
  798.     * automake.in (file_contents_with_transform): Changed error
  799.     message.
  800.     (handle_configure): Define $contents{'CONFIG_HEADER'}.
  801.  
  802.     * texi-version.am: Many changes to support multiple .texi files.
  803.     Replaced "version.texi" with "@VTEXI@".  Replaced "vti" with
  804.     "@VTI@".
  805.     * automake.in (handle_configure): install.sh is an anachronism.
  806.     (handle_texinfo): Generalized for multiple .texi files.  Handle
  807.     'clean-info' internally.
  808.     * texi-clean.am: Removed.
  809.     * Makefile.am: Updated for removal.
  810.  
  811. Wed Jan 24 22:55:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
  812.  
  813.     * automake.in (grep_for_vers_texi): New function.
  814.     (handle_texinfo): Use grep_for_vers_texi, not system("grep").
  815.     (handle_texinfo): Changes to generalize to multiple .texi files.
  816.  
  817. Tue Jan 23 14:22:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
  818.  
  819.     Fixes from Gord Matzigkeit:
  820.     * libraries.am (install-@DIR@LIBRARIES): Use top_srcdir, not
  821.     topsrcdir.
  822.     * header.am: New file.
  823.     * Makefile.am (pkgdata_DATA): Install header.am.
  824.     * automake.in (handle_headers): Use header.am, not data.am.
  825.     (am_install_var): Allow pattern to be compiled multiple times.
  826.  
  827.     * config.guess, config.sub: New files.
  828.     * Makefile.am (pkgdata_DATA): Install config.guess and
  829.     config.sub.
  830.     * automake.in (scan_configure): Recognize AC_CANONICAL_HOST and
  831.     AC_CANONICAL_SYSTEM.
  832.  
  833. Sun Jan 21 15:51:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
  834.  
  835.     * automake.in (handle_texinfo): Use info_TEXINFOS, not TEXINFOS.
  836.     (handle_man_pages): Use man_MANS, not MANS.
  837.  
  838.     * Makefile.am (info_TEXINFOS): Renamed.
  839.  
  840.     * automake.in (scan_configure): Remove comments from input line.
  841.     (am_variable): Removed.
  842.  
  843.     * remake-hdr.am (stamp-h): Use new macro CONFIG_HEADER_IN.
  844.  
  845.     * automake.in (config_name, config_header): New globals.
  846.     (scan_configure): Look for AC_CONFIG_HEADER.
  847.     (handle_configure): Handle more uses of AC_CONFIG_HEADER.
  848.  
  849. Sat Jan 20 15:54:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
  850.  
  851.     * automake.in (handle_dist_worker): Bug fix.
  852.  
  853. Fri Jan 19 00:50:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
  854.  
  855.     * automake.in (require_file): Install missing files only according
  856.     to desired strictness.
  857.     (initialize_per_input): Don't init libsources.
  858.     (scan_configure): Reinit libsources.
  859.     (handle_libraries): Search _LIBADD for @LIBOBJS@ and @ALLOCA@.
  860.     (fp_c_prototypes): New global.
  861.     (scan_configure): Set it.
  862.     (get_object_extension): Error if fp_C_PROTOTYPES not in
  863.     configure.in when using ansi2knr.
  864.     (handle_source_transform): Skip header files.
  865.  
  866.     * automake.in (handle_dist_worker): Explicitly make 'dist' in
  867.     subdirs.
  868.  
  869. Thu Jan 18 00:25:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
  870.  
  871.     From Franτois Pinard:
  872.     * automake.in (handle_source_transform): Transform $o file into .P
  873.     file.
  874.     (handle_dist_worker): Handle case where DISTFILES includes
  875.     wildcard.  Bug fix in subdir case.
  876.  
  877.     * automake.in (parse_arguments): Initialize strictness to
  878.     'normal'.
  879.  
  880. Sun Jan 14 13:54:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
  881.  
  882.     * automake.in (scan_configure): Look for NLS support.
  883.  
  884.     Changes from Franτois Pinard:
  885.     * texinfos.am (install-info): Correctly install when build dir is
  886.     not srcdir.
  887.     * tags-subd.am (ID): Indentation change.
  888.     * kr-vars.am (o): Use ".@U@o", not "@U@o".
  889.     * depend.am ($(srcdir)/.deps/%.P): Remove temporary file.
  890.     * automake.in (handle_dist_worker): Fixlets.
  891.     (handle_dist): Sort keys going into dist_common.
  892.  
  893. Sat Jan 13 00:18:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
  894.  
  895.     * automake.in (handle_dist_worker): If Gnits, don't allow release
  896.     until NEWS is updated.
  897.  
  898.     * configure.in (VERSION): Version 0.29.
  899.  
  900.     * Makefile.am (maintainer-check): Look for perl4.036 in path.
  901.  
  902.     * dist-vars.am (DISTFILES):  Include BUILT_SOURCES.
  903.     (DEP_DISTFILES): Ditto.
  904.  
  905.     * automake.in (handle_dist_worker): Depend on DEP_DISTFILES.
  906.     * dist-vars.am (DEP_DISTFILES): New variable.
  907.  
  908.     * automake.in (handle_options): Support dist-shar option.
  909.     (handle_dist_worker): New function.
  910.     (handle_dist): Use it.
  911.  
  912.     * texi-version.am (mostlyclean-vti): Remove version.tmp, not
  913.     *.tmp.
  914.  
  915.     * automake.in (handle_dist): Chmod distdir 777.  From Franτois
  916.     Pinard.
  917.  
  918.     * automake.in (scan_configure): New function.
  919.     (initialize_per_input): Init libsources.
  920.     (generate_makefile): Run handle_configure first.
  921.     (handle_configure): Run scan_configure.
  922.     (handle_configure): Don't look for AC_PROG_MAKE_SET here.
  923.  
  924. Thu Jan 11 23:14:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
  925.  
  926.     * Makefile.am (AUTOMAKE_OPTIONS): New variable.
  927.  
  928.     * automake.in (strictness, strictness_name): Renamed.
  929.     (initialize_per_input): Set strictness, strictness_name.
  930.     Initialize %options.
  931.     (generate_makefile): Run handle_options.
  932.     (handle_options): New function.
  933.     (handle_man_pages): Make install-man depend on $(MANS).  Turn off
  934.     man page install if no-installman option given.
  935.     (read_am_file): Deprecate @kr@.
  936.     (get_object_extension): Look at ansi2knr option.
  937.     (parse_arguments): Take global strictness from command-line
  938.     options.
  939.  
  940. Tue Jan  9 11:24:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
  941.  
  942.     Fixes from Franτois Pinard:
  943.     * depend.am ($(srcdir)/.deps/%.P): Handle deansification.
  944.     * automake.in (get_object_extension): Use $o, not $(kr)o.
  945.     (handle_source_transform): Don't look for $(kr)c files.
  946.     * kr-vars.am (o): New macro.
  947.     (kr): Removed.
  948.  
  949.     * depend.am (DEP_FILES): Removed.
  950.     * automake.in (handle_source_transform): Push .P file onto
  951.     dep_files.
  952.     (initialize_per_input): New variable %dep_files.
  953.     (handle_dependencies): Generate DEP_FILES here.
  954.  
  955. Mon Jan  8 22:27:33 1996  Tom Tromey  <tromey@creche.cygnus.com>
  956.  
  957.     * automake.in (do_one_clean_target): Only remove config.status in
  958.     top-level directory.
  959.     (handle_tags): Removed 'id' from .PHONY list.  From Jim Meyering.
  960.  
  961.     * clean.am (maintainer-clean-generic): Remove BUILT_SOURCES.
  962.  
  963.     * automake.in (handle_dist): Make "ln" quiet.
  964.  
  965.     * tags-subd.am (ID): Depend on HEADERS and SOURCES.
  966.  
  967. Sat Jan  6 10:58:23 1996  Tom Tromey  <tromey@cambric.colorado.edu>
  968.  
  969.     * automake.in (handle_merge_targets): 'check' shouldn't depend on
  970.     'all' at top level.
  971.     (file_contents_with_transform): New function.
  972.     (am_install_var): Use file_contents_with_transform.
  973.     (handle_programs): Ditto.
  974.     (handle_libraries): Ditto.
  975.     (handle_texinfo): Ditto.
  976.     (handle_merge_targets): Let 'install' depend on 'all' if no other
  977.     dependencies exist.  From Jim Meyering.
  978.     (check_gnu_standards): GNU requires AUTHORS file.  (See
  979.     maintain.text).
  980.     (require_file): Put body in loop.
  981.     (get_object_extension): Only call require_file once.
  982.     (handle_configure): Ditto.
  983.  
  984.     From Jim Meyering:
  985.     * depend.am ($(srcdir)/.deps/.P): Depend on $(BUILT_SOURCES).
  986.     * tags-subd.am (id): Removed.
  987.  
  988. Fri Jan  5 10:31:19 1996  Tom Tromey  <tromey@cambric.colorado.edu>
  989.  
  990.     * Added copyright notice to each .am file.
  991.  
  992.     * automake.in: Cleanups from Franτois Pinard to avoid $#.
  993.     (require_argument): Fixed sense of test.
  994.     (set_strictness): Bug fix.
  995.  
  996. Thu Jan  4 21:21:29 1996  Tom Tromey  <tromey@cambric.colorado.edu>
  997.  
  998.     * Makefile.am (pkgdata_DATA): Removed old dist files.
  999.  
  1000.     * dist-subd-top.am, dist-subd.am, dist.am: Removed.
  1001.  
  1002.     * automake.in (set_strictness): Set $strictness_name.
  1003.     (strictness_name): New variable.
  1004.     (handle_dist): Substantially rewrote.
  1005.  
  1006.     * configure.in: Point AC_INIT at automake.in.
  1007.  
  1008.     * automake.in (generate_makefile): Report errors against
  1009.     Makefile.in, not Makefile.am.
  1010.  
  1011. Wed Jan  3 00:05:40 1996  Tom Tromey  <tromey@cambric.colorado.edu>
  1012.  
  1013.     * mdate-sh: Bug fix from Jim Meyering.
  1014.  
  1015.     * dist.am (dist): Changed in parallel with dist-subd-top.am.
  1016.  
  1017.     * mkinstalldirs: Reverted.
  1018.  
  1019.     * automake.in (initialize_global_constants): Allow COPYING.LIB
  1020.     again.
  1021.     (check_gnits_standards): Disallow COPYING.LIB.
  1022.  
  1023.     * texinfos.am (install-info): Only look in $(srcdir) for info
  1024.     files.
  1025.  
  1026.     * automake.in (initialize_global_constants): New variable
  1027.     gen_copyright.
  1028.     (read_am_file): Put a copyright in each Makefile.in.
  1029.  
  1030.     * dist-vars.am (DISTFILES): Put DIST_COMMON first.
  1031.  
  1032.     * automake.in (am_install_var): Put space before "=".
  1033.     (handle_dist): Put README first in DIST_COMMON.
  1034.  
  1035.     * Makefile.am (pkgdata_DATA): Include COPYING.
  1036.  
  1037.     * COPYING: New file.
  1038.  
  1039.     * automake.in (parse_arguments): Added --gnu and --gnits as
  1040.     synonyms.
  1041.     (initialize_global_constants): Ditto.
  1042.     (initialize_global_constants): Don't auto-distribute COPYING.LIB.
  1043.     (initialize_global_constants): Look for README first.
  1044.     (initialize_global_constants): Auto-distribute AUTHORS, BACKLOG,
  1045.     ABOUT-GNU.
  1046.     (check_gnu_standards): Require file COPYING.
  1047.  
  1048.     From Franτois Pinard:
  1049.     * automake.in (file_contents): Comment out "warn"s.
  1050.     (usage): Use 4 columns.
  1051.     (USAGE_FORMAT): Ditto.
  1052.  
  1053.     * texinfos.am (install-info): Look for info file relative to $$d.
  1054.  
  1055.     * Makefile.am (cvs-dist): Suppress output of "grep".
  1056.  
  1057.     * configure.in (VERSION): Version 0.28.
  1058.  
  1059.     * automake.in (pretty_print_internal): Fix for Perl 4
  1060.     compatibility.
  1061.  
  1062.     * configure.in (VERSION): Version 0.27.
  1063.  
  1064.     * depend.am ($(srcdir)/.deps/%.P): Must regexp-quote srcdir in sed
  1065.     invocation.
  1066.  
  1067.     * automake.in (initialize_global_constants): Don't quote "@" in
  1068.     $install_man_format.
  1069.     (handle_merge_targets): use "@:" as empty command, not ":".
  1070.  
  1071. Tue Jan  2 23:33:24 1996  Tom Tromey  <tromey@cambric.colorado.edu>
  1072.  
  1073.     * texinfos.am (install-info): Look in $d for info files.  From
  1074.     Franτois Pinard.
  1075.  
  1076.     * depend.am ($(srcdir)/.deps/%.P): Fixed regexp.
  1077.  
  1078.     * automake.in (read_am_file): Correctly deal with continued
  1079.     variable definitions.
  1080.  
  1081. Mon Jan  1 15:43:25 1996  Tom Tromey  <tromey@cambric.colorado.edu>
  1082.  
  1083.     * automake.in (handle_merge_targets): 'check' target depends on
  1084.     'all'.
  1085.     (file_contents): Don't be so verbose.
  1086.     (read_am_file): Ditto.
  1087.     (read_am_file): Must use substr to check for trailing \.
  1088.     (am_install_var): Use push_phony_cleaners.
  1089.     (file_contents): Set $was_rule when assuming a rule is seen.
  1090.     (read_am_file): Ditto.
  1091.     (do_one_clean_target): Removed spurious newline.
  1092.  
  1093.     Some changes from Franτois Pinard:
  1094.     * Removed trailing whitespace from all '.am' files.
  1095.     * tags-subd.am (ID): Use &&, not ;.
  1096.     (TAGS): Ditto.
  1097.     * automake.in (parse_arguments): Removed useless message.
  1098.     (parse_arguments): Don't explicitly referenced STDERR.
  1099.     (require_argument): Ditto.
  1100.     (am_error): Ditto.
  1101.     (set_strictness): Ditto.
  1102.     (file_contents): Ditto.
  1103.     (read_am_file): Ditto.
  1104.     (generate_makefile): Style tweaks.
  1105.     (handle_programs): Ditto.
  1106.     (handle_libraries): Ditto.
  1107.     (handle_texinfo): Ditto.
  1108.     (handle_man_pages): Ditto.
  1109.     (handle_tags): Ditto.
  1110.     (handle_dist): Ditto.
  1111.     (handle_subdirs): Ditto.
  1112.     (handle_configure): Ditto.
  1113.     (handle_footer): Don't put newline before footer.am contents.
  1114.     (handle_merge_targets): Style tweaks.
  1115.     (do_one_clean_target): Ditto.
  1116.     (dirname): Ditto.
  1117.     (am_variable): Ditto.
  1118.     Defined some new constants.
  1119.     (generate_makefile): Don't call generate_header.
  1120.     (generate_header): Removed.
  1121.     (file_contents): Rewrote.
  1122.     (read_am_file): Rewrote.
  1123.  
  1124.     * automake.in (generate_makefile): Handle phony target.
  1125.     (do_one_clean_target): Pretty-print dependencies.
  1126.     (handle_installdirs): Pretty-print rule.
  1127.  
  1128.     * Makefile.am (maintainer-check): Made some commands silent.
  1129.  
  1130.     * automake.in (initialize_global_constants): Don't install or
  1131.     uninstall cat'd man pages.
  1132.     (initialize_per_input): Added phony target.
  1133.     (push_phony_cleaners): New function.
  1134.     (get_object_extension): Handle phony targets.
  1135.     (handle_texinfo): Ditto.
  1136.     (handle_man_pages): Ditto.
  1137.     (handle_tags): Ditto.
  1138.     (handle_dist): Ditto.
  1139.     (handle_subdirs): Ditto.
  1140.     (handle_installdirs): Ditto.
  1141.     (handle_merge_targets): Ditto.
  1142.     (handle_clean): Ditto.
  1143.     (do_one_merge_target): Ditto.
  1144.     (am_install_var): Ditto.
  1145.     (handle_phony): New function.
  1146.     (generate_makefile): Call it.
  1147.     (pretty_print_internal): New function.
  1148.     (pretty_print_rule): Ditto.
  1149.  
  1150. Sun Dec 31 13:04:59 1995  Tom Tromey  <tromey@cambric.colorado.edu>
  1151.  
  1152.     * automake.in (initialize_global_constants): Don't print body of
  1153.     loop at make time.
  1154.  
  1155.     Changes from Franτois Pinard:
  1156.     * depend.am (MKDEP): Include DEFS, INCLUDES, CPPFLAGS, CFLAGS.
  1157.     (DEP_FILES): Put dependency files in $(srcdir).
  1158.     Look in $(srcdir) when including dependency files.
  1159.     ($(srcdir)/.deps/.P): .deps/.P is in $(srcdir).
  1160.     (.deps/%.P): MKDEP includes all macro expansions.
  1161.     * dist-subd-top.am (dist): Get absolute path for distdir.  Don't
  1162.     be so verbose.
  1163.     * dist-subd.am (dist): Don't be so verbose.
  1164.     * dist.am (dist): Don't be so verbose.
  1165.  
  1166.     * automake.in (do_one_clean_target): Remove config.status in
  1167.     maintainer-clean.  From Jim Meyering.
  1168.  
  1169.     * programs-clean.am (clean-@DIR@PROGRAMS): Bug fix.  From Jim
  1170.     Meyering.
  1171.  
  1172.     * automake.in (handle_merge_targets): Add dummy command for empty
  1173.     install target.  From Jim Meyering.
  1174.  
  1175. Tue Dec 12 10:06:28 1995  Tom Tromey  <tromey@cambric.colorado.edu>
  1176.  
  1177.     * texinfos.am (uninstall-info): Bug fix.
  1178.  
  1179.     * Makefile.am (maintainer-check): Error if ${...} used.
  1180.     * depend.am (DEP_FILES): Prefer $(...).
  1181.  
  1182.     * scripts.am (install-@DIR@SCRIPTS): Only install script if it
  1183.     exists.
  1184.     * libraries.am (install-@DIR@LIBRARIES): Only install library if
  1185.     it exists.
  1186.     * programs.am (install-@DIR@PROGRAMS): Only install program if it
  1187.     exists.
  1188.  
  1189.     * texinfos-vars.am (TEXFILES): Removed.
  1190.  
  1191.     * Makefile.am (pkgdata_DATA): Removed libprograms.am.
  1192.  
  1193.     * automake.in (do_one_merge_target): Never generate trailing
  1194.     whitespace.
  1195.     (pretty_print): New function.
  1196.     (handle_footer): Prettyprint definitions.
  1197.     (am_install_var): Ditto.
  1198.     (handle_source_transform): Ditto.
  1199.     (handle_dist): Ditto.
  1200.     (handle_libraries): Ditto.
  1201.     (read_am_file): Put comments nearer appropriate code.
  1202.  
  1203.     * texi-clean.am (mostlyclean-info): Use continued lines, not
  1204.     multiple rm's.  From Jim Meyering.
  1205.  
  1206. Sun Dec 10 11:59:33 1995  Tom Tromey  <tromey@cambric.colorado.edu>
  1207.  
  1208.     * Makefile.am (pkgdata_DATA): Cause INSTALL, install-sh, mdate-sh,
  1209.     mkinstalldirs, texinfo.tex to be installed.
  1210.     * automake.in (symlink_exists): New global.
  1211.     (install_missing): Ditto.
  1212.     (require_file): Install missing files if possible.
  1213.     (parse_arguments): Handle --install-missing option.
  1214.     (initialize_global_constants): Document --install-missing.
  1215.  
  1216.     * Makefile.am (cvs-dist): Don't release unless NEWS updated.
  1217.     Ensure 'checks' pass before release.
  1218.     (maintainer-check): Renamed.  Look in $(srcdir) for sources.  From
  1219.     Franc,ois Pinard.
  1220.     (cvs-dist): Depend on maintainer-check instead of explicitly
  1221.     running check.
  1222.  
  1223.     * configure.in (VERSION): Version 0.26.
  1224.  
  1225.     * Makefile.am (check-local): Only look at [a-z]*.am.  Fixed sense
  1226.     of 'if' test.
  1227.  
  1228.     * depend.am (DEP_FILES): Bug fix.
  1229.  
  1230.     * automake.in (do_one_clean_target): Typo.
  1231.  
  1232.     * Makefile.am (check-local): Run syntax check under Perl 4.
  1233.  
  1234.     * automake.in: Fixes for Perl 4, from Gord Matzigkeit.
  1235.     (handle_source_transform): Loop variable is now $_.  From Gor
  1236.  
  1237.     * Makefile.am (check-local): Check for 'true' in source.
  1238.     * texinfos.am (install-info): Can't use "true" in any rule.
  1239.  
  1240. Sat Dec  9 10:16:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
  1241.  
  1242.     * Makefile.am (cvs-dist): New target.
  1243.  
  1244.     * tags.am (TAGS): Use "test -z ... ||" to avoid spurious
  1245.     failures.
  1246.  
  1247.     * texinfos.am (install-info): Don't do install-info for now.
  1248.  
  1249.     * clean.am (distclean-generic): Don't remove config.status here.
  1250.     * automake.in (do_one_clean_target): Remove config.status later,
  1251.     for 'make -j2'.  From Jim Meyering.
  1252.  
  1253. Fri Dec  8 16:30:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
  1254.  
  1255.     * configure.in (VERSION): Version 0.25.
  1256.  
  1257.     * automake.in (handle_texinfo): Use "$? >> 8", not "$?".
  1258.     (handle_configure): Check for AC_PROG_MAKE_SET.
  1259.  
  1260.     * depend.am (DEP_FILES): Handle deANSIfication case.  From Jim
  1261.     Meyering.
  1262.  
  1263.     * automake.in (am_install_var): Changed how 'clean' handled for
  1264.     uniform name targets.
  1265.     * Makefile.am (pkgdata_DATA): Added new files.
  1266.     * data-clean.am: New file.
  1267.     * scripts-clean.am: New file.
  1268.     * libraries-clean.am: New file.
  1269.     * programs-clean.am: New file.
  1270.  
  1271. Wed Dec  6 00:06:11 1995  Tom Tromey  <tromey@cambric.colorado.edu>
  1272.  
  1273.     * automake.in (am_install_var): Error if variable name
  1274.     "misspelled".
  1275.     (handle_source_transform): Automatically include .c file
  1276.     corresponding to .y or .l.
  1277.  
  1278. Tue Dec  5 00:46:14 1995  Tom Tromey  <tromey@cambric.colorado.edu>
  1279.  
  1280.     * programs.am: Changed for uniform naming scheme.
  1281.  
  1282.     * automake.in (read_am_file): Allow '-' and '.' in target names.
  1283.     (generate_makefile): Don't pass arguments to handle_libraries.
  1284.     (initialize_per_input): Define @sources, @objects.
  1285.     (generate_makefile): Init @sources, @objects if needed.
  1286.     (handle_source_transform): Push onto @sources, @objects here.
  1287.     (am_install_var): Push primary onto @all, for configure-time
  1288.     customization.
  1289.     (handle_programs): Use new uniform naming scheme.
  1290.  
  1291.     * Makefile.am (check-local): New target.
  1292.  
  1293.     * automake.in (handle_libraries): Use uniform naming scheme.
  1294.  
  1295.     * libraries.am: Rewrote for uniform naming scheme.
  1296.  
  1297.     * scripts.am: Updated names of all clean targets.
  1298.  
  1299.     * automake.in (handle_programs): Split on all whitespace.
  1300.     (handle_libraries): Ditto.
  1301.     (handle_texinfo): Ditto.
  1302.     (handle_man_pages): Ditto.
  1303.     (am_install_var): Changed return result.
  1304.     (am_install_var): Changed interface.
  1305.     (am_install_var): Push onto @clean@ if requested.
  1306.     (handle_scripts): Pass -clean to am_install_var.
  1307.  
  1308. Mon Dec  4 11:55:36 1995  Tom Tromey  <tromey@cambric.colorado.edu>
  1309.  
  1310.     * automake.in (am_install_var): Push target onto @all.
  1311.     (get_object_extension): Use $(...).
  1312.     (handle_source_transform): Ditto.
  1313.     (handle_programs): Ditto.
  1314.  
  1315.     * automake.in (require_argument): New function.
  1316.     (parse_arguments): Use it.
  1317.     (push_dist_common): New function.
  1318.     (generate_makefile): Use it.
  1319.     (handle_texinfo): Ditto.
  1320.     (handle_dist): Ditto.
  1321.     (handle_configure): Ditto.
  1322.     (require_file): Ditto.
  1323.     (generate_makefile): Don't pass arguments to handle_scripts.
  1324.     (handle_configure): Require configure.in.
  1325.     (check_gnu_standards): New function.
  1326.     (check_gnits_standards): Ditto.
  1327.     (generate_makefile): Check standards.
  1328.  
  1329.     * Makefile.am (bin_SCRIPTS): Changed name from SCRIPTS.
  1330.  
  1331.     * automake.in (LENIENT, GNU, GNITS): New constants.
  1332.     (initialize_per_input): New function.
  1333.     (generate_makefile): Use it.
  1334.     (initialize_global_constants): Renamed from init_globals.
  1335.     (require_file): Added strictness argument.
  1336.     (parse_arguments): Added --strict option.
  1337.     (set_strictness): New function.
  1338.     (parse_arguments): use it.
  1339.     (initialize_global_constants): Document --strictness.
  1340.  
  1341.     * automake.in: Use ${1+"$@"} to preserve quoting when running
  1342.     under sh.
  1343.  
  1344.     * texinfos.am (install-info): Don't use "true".
  1345.     * tags.am (TAGS): Don't use "true".
  1346.  
  1347.     * dist.am, dist-subd-top.am, remake-hdr.am, remake-subd.am,
  1348.     remake.am, subdirs.am, texinfos.am: Use "&&" after cd.
  1349.  
  1350.     * program.am (@PROGRAM@): Use LINK macro.
  1351.     * compile.am (.c.o): Use COMPILE macro.
  1352.  
  1353.     * clean.am, remake-hdr.am, remake.am, texinfos.am: Use $(...), not
  1354.     ${...}.
  1355.  
  1356.     * subdirs.am (RECURSIVE): Removed macro.
  1357.  
  1358.     * clean.am: Changed to not be so verbose.
  1359.  
  1360.     * Makefile.am (pkgdata_DATA): Include texi-clean.am.
  1361.     * automake.in (handle_texinfo): Transform texi-clean and put into
  1362.     output rules.
  1363.     * texinfos-vars.am (TEXFILES): Removed.
  1364.     * texinfos.am: Removed 'clean' targets.
  1365.     * texi-clean.am: New file.
  1366.  
  1367.     * Makefile.am (ETAGS_ARGS): Just use 'automake.in'.
  1368.  
  1369.     * texinfos-vars.am (TEXFILES): Added *.op.
  1370.  
  1371.     * dist-vars.am (DISTFILES): Renamed from DIST_FILES, per GNU
  1372.     standards.
  1373.     * dist.am (dist): Use DISTFILES.
  1374.     * dist-subd.am (dist): Use DISTFILES.
  1375.     * dist-subd-top.am (dist): Use DISTFILES.
  1376.  
  1377. Sun Dec  3 00:24:08 1995  Tom Tromey  <tromey@cambric.colorado.edu>
  1378.  
  1379.     * Makefile.am (ETAGS_ARGS): Define.
  1380.  
  1381.     * depend.am (.deps/.P): Use ":", not "echo timestamp".  From Jim
  1382.     Meyering.
  1383.  
  1384.     * dist-vars.am (DIST_FILES): Removed PACKAGEDATA.
  1385.  
  1386.     * automake.in (handle_scripts): Use am_install_var.
  1387.  
  1388.     * scripts.am: Rewrote for new uniform naming scheme.
  1389.  
  1390.     * Makefile.am (pkgdata_DATA): Removed libscripts.am.
  1391.  
  1392.     * libscripts.am: Removed.
  1393.  
  1394.     * packagedata.am: Removed.
  1395.  
  1396.     * Makefile.am (PACKAGEDATA): Removed packagedata.am.
  1397.     (pkgdata_DATA): Renamed from PACKAGEDATA.
  1398.  
  1399.     * automake.in (handle_data): Use am_install_var.
  1400.     (init_globals): Init %exec_dir_p.
  1401.  
  1402.     * data.am: Rewrote for new uniform naming scheme.
  1403.  
  1404.     * automake.in (get_object_extension): New function.
  1405.     (handle_programs): Use it.
  1406.     (dir_holds_sources): Changed interpretation.
  1407.     (handle_headers): New function.
  1408.     (am_install_var): New function.
  1409.     (generate_makefile): Call handle_headers.
  1410.  
  1411.     * header-vars.am (pkgdatadir): New macro.
  1412.     (pkglibdir): Ditto.
  1413.     (pkgincludedir): Ditto.
  1414.  
  1415.     * automake.in (handle_source_transform): New function.
  1416.     (am_error): New function.
  1417.     (generate_makefile): Use it.
  1418.     (handle_source_transform): Ditto.
  1419.     (handle_texinfo): Ditto.
  1420.     (handle_dependencies): Ditto.
  1421.     (handle_merge_targets): Ditto.
  1422.     (require_file): Ditto.
  1423.  
  1424. Sat Dec  2 21:39:56 1995  Tom Tromey  <tromey@cambric.colorado.edu>
  1425.  
  1426.     * automake.in: Updated FSF address.  From Jim Meyering.
  1427.     * header-vars.am: Updated FSF address.
  1428.  
  1429.     * distname.am: Removed.
  1430.  
  1431.     * automake.in (file_contents): Strip "##" comments.
  1432.     * Various files: Added "##" comments for strange things.
  1433.  
  1434.     * automake.in (handle_tags): Generate TAGS rule for every
  1435.     directory.
  1436.  
  1437.     * subdirs.am (RECURSIVE): Include installcheck-recursive.
  1438.     * automake.in (installcheck): New variable.
  1439.     (generate_makefile): Initialize it.
  1440.     (handle_subdirs): Push 'installcheck-recursive'.
  1441.     (handle_merge_targets): Handle installcheck target.
  1442.  
  1443. Thu Nov 30 20:13:16 1995  Tom Tromey  <tromey@cambric>
  1444.  
  1445.     * automake.in ($PACKAGE): Removed.
  1446.  
  1447.     * header-vars.am (ALL): Removed.
  1448.  
  1449.     * automake.in: Reworked 'all' target handling.
  1450.  
  1451.     * automake.in (generate_makefile):
  1452.     Don't use AM_ forms in call to am_variable.
  1453.  
  1454.     * automake.in: Changes for Perl 5, from Gord Matzigkeit
  1455.  
  1456.     * clean.am (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
  1457.  
  1458.     * automake.in (handle_footer): Allow SUFFIXES variable.
  1459.  
  1460.     * automake.in (am_variable): New function.
  1461.     (handle_texinfo): Use it.
  1462.     (generate_makefile): Use it.
  1463.  
  1464.     * configure.in: Version 0.24.
  1465.  
  1466. Wed Nov 29 23:50:14 1995  Tom Tromey  <tromey@cambric>
  1467.  
  1468.     * automake.in (handle_libraries):
  1469.     Generate blah_LIBADD defines if required.
  1470.  
  1471.     * library.am (lib@LIBRARY@.a): Look at $(@LIBRARY@_LIBADD)
  1472.  
  1473.     * libraries-vars.am (LIBOBJS, ALLOCA): Removed.
  1474.  
  1475.     * compile-kr.am: ($(OBJECTS)): Depend on $(ANSI2KNR), not ansi2knr.
  1476.  
  1477.     * configure.in: Version 0.23
  1478.  
  1479.     * dist-subd-top.am (dist): Don't die if a subdirectory already exists.
  1480.  
  1481.     * dist-subd-top.am, dist.am (dist): Give automake --output-dir option.
  1482.  
  1483.     * automake.in: New option --output-dir
  1484.  
  1485.     * automake.in (handle_configure): Fixed typo.
  1486.  
  1487.     * automake.in (handle_installdirs): Always make installdirs target.
  1488.  
  1489.     * subdirs.am (RECURSIVE): Removed uninstall-data-recursive and
  1490.     uninstall-exec-recursive.  Added installdirs-recursive.
  1491.  
  1492.     * automake.in (handle_installdirs): Handle installdirs-recursive.
  1493.     (handle_man_pages): 'all' depends on $(MANS)
  1494.  
  1495.     * Makefile.am: Removed mans.am.
  1496.  
  1497.     * automake.in: More man-related fixes
  1498.  
  1499.     * automake.in: Bug fixes
  1500.  
  1501.     * automake.in: Rewrote man page handling.
  1502.  
  1503.     * texi-version.am, remake-hdr.am, depend.am: Don't use touch.
  1504.  
  1505.     * automake.in (handle_installdirs): New function.
  1506.     (@installdirs): New global.
  1507.     Many changes to deal with installdirs.
  1508.  
  1509.     * clean.am (clean-generic): Always supply 'else' clause to 'if'
  1510.  
  1511.     * automake.in (generate_header): Don't use header.am.
  1512.     (handle_dist): Don't use dist-subd-vars.am.
  1513.  
  1514.     * Makefile.am (PACKAGEDATA): Removed dist-subd-vars.am, header.am.
  1515.  
  1516.     * Makefile.am (DISTCLEANFILES): Removed.
  1517.  
  1518.     * clean.am (clean-generic): Bug fix.
  1519.  
  1520.     * clean.am (clean-generic): Only remove CLEANFILES if nonempty
  1521.  
  1522.     * texi-version.am (clean-vti): No such macro as VTI
  1523.  
  1524. Tue Nov 28 19:56:07 1995  Tom Tromey  <tromey@cambric>
  1525.  
  1526.     * automake.in: Bug fix for maintainer-clean
  1527.  
  1528.     * automake.in (do_one_clean_target):
  1529.     Print special text in maintainer-clean.
  1530.     (handle_clean): Always include clean.am
  1531.  
  1532.     * clean.am: Use -generic clean targets.
  1533.  
  1534.     * compile.am: Added clean targets.
  1535.  
  1536.     * configure.in: Version 0.22.
  1537.  
  1538.     * automake.in (handle_dependencies):
  1539.     Put trailing newline after all deps.
  1540.  
  1541.     * automake.in (handle_dependencies): Another dependency bug fix.
  1542.  
  1543.     * automake.in (handle_dependencies):
  1544.     Bug fix when including dependencies.
  1545.  
  1546.     * automake.in (handle_configure):
  1547.     Verify existence of install-sh, mkinstalldirs
  1548.  
  1549.     * automake.in (handle_texinfo): Include stamp-vti in distribution
  1550.  
  1551.     * dist-subd-vars.am, dist-vars.am (DIST_FILES):
  1552.     Include DATA, PACKAGEDATA.
  1553.  
  1554.     * Makefile.am: Nothing
  1555.  
  1556.     * Makefile.am (DIST_OTHER): Don't distribute gettext-sh
  1557.  
  1558.     * automake.in (handle_texinfo): Typo
  1559.  
  1560.     * automake.in: If script ends up in shell, feed to perl
  1561.  
  1562.     * automake.in: Rewrote 'clean' rules.
  1563.     Documentation made and installed first.
  1564.     'all' depends on 'info'
  1565.  
  1566. Mon Nov 27 23:57:29 1995  Tom Tromey  <tromey@cambric>
  1567.  
  1568.     * configure.in, Makefile.am: Turned off internationalization.
  1569.  
  1570.     * clean-kr.am: Rewrote for new clean scheme.
  1571.  
  1572.     * tags-clean.am: Remove TAGS in distclean, not maintainer-clean
  1573.  
  1574.     * Makefile.am (PACKAGEDATA): Include tags-clean.am
  1575.  
  1576.     * subdirs.am: Removed bogus local clean targets
  1577.  
  1578.     * tags-clean.am: Initial revision
  1579.  
  1580.     * texi-version.am: Added clean targets
  1581.  
  1582.     * texinfos.am: Fixes to clean targets.
  1583.  
  1584.     * texinfos.am, libscripts.am, scripts.am, libraries.am, libprograms.am, programs.am:
  1585.     Added clean targets
  1586.  
  1587.     * compile-kr.am (ansi2knr.o): Depend on CONFIG_HEADER
  1588.  
  1589.     * automake.in: Completely revamped automatic de-ANSI-fication
  1590.  
  1591.     * compile-kr.am: (ansi2knr, $(OBJECTS)): New targets
  1592.  
  1593.     * compile-vars.am (LINK): New macro
  1594.  
  1595.     * kr-vars.am: Trailing blank line
  1596.  
  1597.     * compile-kr.am: Rewrote
  1598.  
  1599.     * compile-vars.am (COMPILE): New macro
  1600.  
  1601.     * compile-vars.am (ANSI2KNR): Removed
  1602.  
  1603.     * Makefile.am (PACKAGEDATA): Removed all sed scripts.  Added kr-vars.am
  1604.  
  1605.     * kr-vars.am: Initial revision
  1606.  
  1607.     * automake.in (require_file): New function.
  1608.     (handle_texinfo): Require 'mdate-sh'
  1609.     (common_sometimes): New variable
  1610.     (usage): Use it.
  1611.  
  1612.     * texi-version.am (stamp-vti): Use Ulrich's mdate-sh script
  1613.  
  1614.     * mdate-sh: Initial revision
  1615.  
  1616.     * automake.in (handle_footer): Don't define SOURCES or OBJECTS if empty
  1617.  
  1618.     * automake.in (generate_makefile):
  1619.     Put Makefile.in, Makefile.am in @dist_common
  1620.     (handle_configure): Use @dist_common as appropriate
  1621.  
  1622.     * dist-subd-vars.am, dist-vars.am (DIST_CONF): Removed
  1623.  
  1624.     * configure.in: Abort if perl not found
  1625.  
  1626.     * configure.in: Look for perl
  1627.  
  1628.     * automake.in: Reimplemented in Perl
  1629.  
  1630.     * automake.in: Fixlet
  1631.  
  1632. Sun Nov 26 08:09:30 1995  Tom Tromey  <tromey@cambric>
  1633.  
  1634.     * automake.in: Always print ".SUFFIXES:" rule.
  1635.  
  1636.     * automake.in: Distribution config.h.in if required
  1637.  
  1638.     * automake.in: Bug fix when including texi-version.am
  1639.  
  1640.     * automake.in: Bug fix when looking for .texi file in $am_reldir
  1641.  
  1642.     * depend.am: Comment fix
  1643.  
  1644.     * automake.in: Look for .texi file in $am_reldir
  1645.  
  1646.     * automake.in: Fixlet
  1647.  
  1648.     * automake.in: Blank line after targets from user's Makefile.am
  1649.  
  1650.     * automake.in: Move footer items to actual footer
  1651.  
  1652.     * automake.in: Include stamp-h.in in DIST_COMMON if necessary
  1653.  
  1654.     * automake.in (common):
  1655.     Don't include acconfig.h, config.h.top, config.h.bot
  1656.  
  1657.     * Makefile.am (CONFIG_HEADER): Renamed from CONFIG_H
  1658.  
  1659.     * Makefile.am (CONFIG_H): Define
  1660.  
  1661.     * acconfig.h: Initial revision
  1662.  
  1663.     * configure.in: Use AC_CONFIG_HEADER.
  1664.  
  1665.     * automake.in: Put blah_TEXINFOS into DIST_COMMON
  1666.  
  1667.     * automake.in: .info file explicitly depends on primary .texi file
  1668.  
  1669.     * texinfos.am (install-info): Always supply 'else' clause to 'if'
  1670.  
  1671.     * tags.am (TAGS): Always supply 'else' clause to 'if'
  1672.  
  1673.     * subdirs.am (.NOEXPORT): Removed (now in footer.am)
  1674.  
  1675.     * automake.in: Always include footer.am in output
  1676.  
  1677.     * mans.am (install-man): Always supply 'else' clause to 'if'
  1678.  
  1679.     * automake.in: More version.texi fixes
  1680.  
  1681.     * automake.in: Only do version.texi processing if requested.
  1682.  
  1683.     * automake.in: Minor internationalization fixes.
  1684.     Subshell can now exit with nonzero status.
  1685.     Fixed up .texi handling; now uses texi-version.am
  1686.     Make sure '.c' and '.o' are in .SUFFIXES if required.
  1687.  
  1688.     * Makefile.am (PACKAGEDATA): Include texi-version.am
  1689.     (stamp-vti, version.texi): Removed
  1690.     (TEXINFOS): Don't reference version.texi
  1691.  
  1692.     * texi-version.am: Initial revision
  1693.  
  1694.     * dist.am, dist-subd-top.am (dist):
  1695.     [DIST_SUBDIRS] Follow symlinks when copying.
  1696.  
  1697.     * dist-subd-top.am (dist): Removed unneeded subdir= option to make
  1698.  
  1699. Sat Nov 25 23:23:39 1995  Tom Tromey  <tromey@cambric>
  1700.  
  1701.     * automake.in: Added --amdir option
  1702.  
  1703.     * Makefile.am, configure.in: Turned on internationalization
  1704.  
  1705.     * Makefile.am: Set EDITION
  1706.  
  1707.     * configure.in: Version 0.21
  1708.  
  1709.     * tags.am, tags-subd.am: Don't use double-colon rules
  1710.  
  1711.     * automake.in: Redid install-data, install-exec, uninstall handling
  1712.  
  1713.     * configure.in: Turn off i18n
  1714.  
  1715. Fri Nov 24 23:51:37 1995  Tom Tromey  <tromey@cambric>
  1716.  
  1717.     * automake.in (common): Remove NLS
  1718.  
  1719.     * automake.in (common): Include ABOUT-NLS.
  1720.  
  1721.     * automake.in: Test for install-sh and mkinstalldirs
  1722.  
  1723.     * automake.in: Blank line after OBJECTS= line
  1724.  
  1725.     * automake.in: Start subshell in loop after check for Makefile.am
  1726.  
  1727.     * automake.in: --use-deps now the default
  1728.  
  1729.     * automake.in (am_dir): Don't apply transform to install directory name
  1730.  
  1731.     * packagedata.am: Don't apply transform to install directory name
  1732.  
  1733.     * Makefile.am (SUBDIRS): Hold off on internationalization
  1734.  
  1735. Thu Nov 23 18:02:38 1995  Tom Tromey  <tromey@cambric>
  1736.  
  1737.     * automake.in:
  1738.     Write 'SOURCES =' line after copying Makefile.am variables
  1739.  
  1740.     * automake.in: Fixed bug in "--" option processing
  1741.  
  1742.     * subdirs.am: ($(RECURSIVE)): Removed trailing \ from last line
  1743.  
  1744.     * Makefile.am (DIST_OTHER): Include gettext-sh
  1745.  
  1746.     * Makefile.am (SUBDIRS): Define
  1747.  
  1748.     * configure.in: Include internationalization bits
  1749.  
  1750.     * automake.in: Many changes to avoid double-colon rules.
  1751.  
  1752.     * subdirs.am: ($(RECURSIVE)): Print name of target actually used
  1753.  
  1754.     * subdirs.am: Removed "::" rules
  1755.  
  1756.     * header.am: Removed install, uninstall
  1757.  
  1758.     * header.am: Added install, uninstall targets
  1759.  
  1760.     * hack-make.sed: Rewrite targets like "all-local" to "all_local"
  1761.  
  1762.     * header.am, libraries.am, mans.am, texinfos.am, footer.am:
  1763.     Removed "::" rules
  1764.  
  1765.     * Makefile.am (PACKAGEDATA): Include libscripts.am
  1766.  
  1767.     * libprograms.am: Don't install libscripts here
  1768.  
  1769.     * libscripts.am: Initial revision
  1770.  
  1771.     * scripts.am, programs.am, libprograms.am: Removed "::" rules
  1772.  
  1773.     * automake.in (am_dir): Run package name through name transform.
  1774.  
  1775.     * automake.in: Don't use packagedata.sed or data.sed
  1776.  
  1777.     * Makefile.am (PACKAGEDATA): Removed data.sed, packagedata.sed.  Added
  1778.     packagedata.am
  1779.  
  1780.     * data.am: No longer run through sed
  1781.  
  1782.     * packagedata.am: Initial revision
  1783.  
  1784. Wed Nov 22 22:31:02 1995  Tom Tromey  <tromey@cambric>
  1785.  
  1786.     * automake.in: No blank line after Usage
  1787.  
  1788.     * automake.in: Removed "NLS nuisances" section.
  1789.     Now uniformly uses $echo for user-visible messages (in advance of
  1790.     internationalization)
  1791.  
  1792.     * subdirs.am (maintainer-clean): Don't use realclean-local
  1793.  
  1794.     * Makefile.am: Use PACKAGEDATA, not custom code
  1795.  
  1796.     * data.am: Use @LONG@, not $(@LONG@)
  1797.  
  1798.     * automake.in: Handle DATA and PACKAGEDATA
  1799.  
  1800.     * packagedata.sed: Initial revision
  1801.  
  1802.     * data.am: Use @DIR@, not $(@DIR@)
  1803.  
  1804.     * data.sed: Use $(datadir), not datadir
  1805.  
  1806.     * data.sed: Initial revision
  1807.  
  1808.     * data.am: Wrote uninstall targets
  1809.  
  1810.     * data.am: Initial revision
  1811.  
  1812.     * dist-subd.am (dist): Don't link a file that has already been linked
  1813.  
  1814.     * dist-subd-top.am, dist.am (dist):
  1815.     Run `automake --include-deps' before making distribution
  1816.  
  1817.     * automake.in: More dependency-tracking bug fixes
  1818.  
  1819.     * dist-vars.am (DIST_FILES): Rearranged to be like dist-vars-subd.am
  1820.  
  1821.     * dist-subd-vars.am (DIST_FILES): Include DIST_COMMON
  1822.  
  1823.     * tags-subd.am, tags.am: Added trailing blank line
  1824.  
  1825.     * depend.am: Use ".P", not "empty.P", as placeholder.
  1826.  
  1827.     * automake.in: Only include depend.am if SOURCES not empty
  1828.  
  1829.     * automake.in: Added --use-deps and --include-deps options.
  1830.     Handle auto-generating dependencies.
  1831.  
  1832.     * Makefile.am (am_DATA): Include depend.am
  1833.  
  1834.     * depend.am: Initial revision
  1835.  
  1836.     * automake.in: Look for acconfig.h, config.h.top, and config.h.bot
  1837.  
  1838.     * automake.in: Put blank line after .SUFFIXES
  1839.  
  1840.     * scripts.am: Added blank line at end
  1841.  
  1842.     * scripts.am: Removed unnecessary comment
  1843.  
  1844.     * scripts.am: Removed unnecessary workarounds
  1845.  
  1846.     * automake.in: Don't include programs.am if PROGRAMS empty
  1847.  
  1848.     * header-vars.am (INSTALL_SCRIPT): Typo
  1849.  
  1850.     * texinfos.am, compile-kr.am: Don't include .SUFFIXES
  1851.  
  1852.     * automake.in: Handle .SUFFIXES here.
  1853.  
  1854.     * configure.in: Use fp_PROG_INSTALL
  1855.  
  1856.     * header-vars.am: Changes for autoconf 2.5.
  1857.     Now includes INSTALL_SCRIPTS.
  1858.  
  1859.     * texinfos.am (install-info): Bug fix
  1860.  
  1861.     * automake.in:
  1862.     Include scripts.am or libscripts.am in output if appropriate
  1863.  
  1864.     * programs.am (install-programs, uninstall-programs):
  1865.     Don't install SCRIPTS
  1866.  
  1867.     * Makefile.am (am_DATA): Include scripts.am
  1868.  
  1869.     * scripts.am: Initial revision
  1870.  
  1871. Tue Nov 21 09:11:38 1995  Tom Tromey  <tromey@cambric>
  1872.  
  1873.     * automake.in:
  1874.     Cleaned up how "prog_SOURCES" variable is found in input.
  1875.     Ditto prog_OBJECTS.
  1876.     Put static sed scripts into separate, installed files.
  1877.  
  1878.     * Makefile.am (am_DATA): Include hack-make.sed and nl-remove.sed
  1879.  
  1880.     * hack-make.sed, nl-remove.sed: Initial revision
  1881.  
  1882.     * texinfos.am (install-info): Rewrote
  1883.  
  1884.     * subdirs.am (all-recursive): Put with other -recursive rules
  1885.  
  1886.     * configure.in: Version 0.20
  1887.  
  1888.     * automake.in: Another bug fix
  1889.  
  1890.     * automake.in: Bug fix when looking for texinfo.tex
  1891.  
  1892.     * texinfo.tex: Initial revision
  1893.  
  1894.     * automake.in:
  1895.     If TEXINFOS defined but texinfo.tex does not exist, give warning.
  1896.  
  1897.     * subdirs.am (all): Renamed from _all.  Now uses all-recursive
  1898.     (all-recursive): Don't fail immediately if -k specified.
  1899.  
  1900. Mon Nov 20 22:48:03 1995  Tom Tromey  <tromey@cambric>
  1901.  
  1902.     * subdirs.am (_all):
  1903.     New target.  Now use Jim Meyering's formulation of AIX
  1904.     workaround.
  1905.     (install-exec, install-data): New targets
  1906.  
  1907. Sat Nov 18 19:07:30 1995  Tom Tromey  <tromey@cambric>
  1908.  
  1909.     * remake.am (Makefile.in): automake "Makefile", not "Makefile.am"
  1910.  
  1911.     * automake.in: Use @datadir@
  1912.  
  1913.     * automake.in: Added @configure_input@ line
  1914.  
  1915. Fri Nov 17 23:32:43 1995  Tom Tromey  <tromey@cambric>
  1916.  
  1917.     * automake.in: "--help" option now prints auto-recognized file names.
  1918.     Allow AM_ overriding of more variables.
  1919.  
  1920.     * texinfos.am (install-info):
  1921.     Don't cd to srcdir to avoid breaking install-sh
  1922.     Other bug fixes
  1923.  
  1924.     * Makefile.am: Handle automake.texi
  1925.  
  1926. Thu Nov 16 18:43:43 1995  Tom Tromey  <tromey@cambric>
  1927.  
  1928.     * subdirs.am (all): Separated out due to AIX 3.2.5 bug.
  1929.  
  1930.     * tags.am (TAGS): bug fix
  1931.  
  1932.     * automake.in: Use am_dir, not AM_DIR.
  1933.     Use version, not VERSION.
  1934.     Bug fix in TAGS code.
  1935.  
  1936.     * Makefile.am (am_DATA): Include tags.am and tags-subd.am
  1937.  
  1938.     * subdirs.am: TAGS target now in tags.am
  1939.  
  1940.     * footer.am: TAGS and ID targets now in tags-subd.am
  1941.  
  1942.     * tags-subd.am, tags.am: Initial revision
  1943.  
  1944.     * automake.in: Cleaned up AM_PROGRAM code.
  1945.     Handle TAGS target better
  1946.  
  1947.     * remake.am, remake-subd.am (Makefile.in): Bug fix.
  1948.  
  1949.     * automake.in (usage): Updated
  1950.  
  1951.     * remake-subd.am, remake.am:
  1952.     Added rule where Makefile.in depends on Makefile.am
  1953.  
  1954.     * automake.in: Entire body of 'for' loop now in subshell
  1955.  
  1956.     * automake.in (common): config.guess and config.sub are common files.
  1957.  
  1958.     * dist-subd-top.am, dist.am (dist): Bug fix.
  1959.  
  1960.     * Makefile.am (DIST_OTHER): Don't include TODO
  1961.  
  1962.     * automake.in: Auto-include TODO and THANKS files.
  1963.  
  1964.     * dist-subd-top.am, dist.am (dist): Don't depend on DIST_DIRS
  1965.  
  1966.     * automake.in: More bug fixes in "look for Makefile.am" code.
  1967.  
  1968.     * automake.in: Bug fix in "look for Makefile.am" code.
  1969.  
  1970.     * automake.in:
  1971.     If no arguments given, look for all Makefile.am's in this
  1972.     directory and in immediate subdirs
  1973.  
  1974.     * automake.in: Bug fixes for LDADD-override feature.
  1975.  
  1976.     * program.am: Use @PROGRAM@_LDADD, and put after LDFLAGS
  1977.  
  1978.     * automake.in: Allow `prog_LDADD', if specified, to override LDADD.
  1979.  
  1980.     * automake.in: Use AM_PROGRAMS, not ALLPROGRAMS, and invert sense.
  1981.  
  1982.     * header-vars.am (ALL): Use PROGRAMS, not ALLPROGRAMS.
  1983.  
  1984. Wed Nov 15 01:54:43 1995  Tom Tromey  <tromey@cambric>
  1985.  
  1986.     * automake.in: No longer look for _SOURCES or _OBJECTS
  1987.  
  1988.     * header-vars.am:
  1989.     Remove "automatically created" header (now in automake).
  1990.     Updated copyright.
  1991.  
  1992.     * automake.in: Put version info in Makefile header
  1993.  
  1994. Tue Nov 14 23:38:17 1995  Tom Tromey  <tromey@cambric>
  1995.  
  1996.     * automake.in: Minor cleanups
  1997.  
  1998.     * dist-subd-top.am, dist.am (dist):
  1999.     Don't link or copy file if it already exists.
  2000.  
  2001.     * automake.in:
  2002.     Look for _SOURCES (common sources) and generate _OBJECTS.
  2003.  
  2004.     * footer.am (ID, TAGS): Include HEADERS
  2005.  
  2006.     * dist-vars.am, dist-subd-vars.am (DIST_FILES): Include HEADERS
  2007.  
  2008. Mon Nov 13 22:20:02 1995  Tom Tromey  <tromey@cambric>
  2009.  
  2010.     * dist-subd.am (distdir): Is relative to ".."
  2011.  
  2012.     * dist-subd-vars.am (PACKAGE, VERSION): Define
  2013.  
  2014.     * dist-subd.am (dist): Don't handle DIST_DIRS.
  2015.  
  2016.     * mans.am (uninstall-man): Another bug fix.
  2017.  
  2018.     * mans.am (uninstall-man): Bug fix.
  2019.  
  2020.     * dist.am, dist-subd-top.am (dist): Bug fix
  2021.  
  2022.     * Makefile.am (DIST_SUBDIRS): New macro
  2023.  
  2024.     * dist-subd-top.am, dist.am (dist): Handle DIST_SUBDIRS
  2025.  
  2026.     * Makefile.am (DIST_OTHER): Include automake.in
  2027.  
  2028.     * Makefile.am (DISTCLEANFILES): New macro.
  2029.  
  2030.     * automake.in (common): Include COPYING.LIB
  2031.  
  2032.     * Makefile.am (automake): New rule.
  2033.  
  2034.     * texinfos.am (install-info): Changed per GNU standards
  2035.  
  2036.     * remake-hdr.am (stamp-h.in):
  2037.     Use "touch", not "date", per GNU standards.
  2038.  
  2039.     * automake.in (common): Include texinfo.tex
  2040.  
  2041. Sun Nov 12 23:59:08 1995  Tom Tromey  <tromey@cambric>
  2042.  
  2043.     * automake.in: More fixes when finding common files.
  2044.  
  2045.     * Makefile.am (DIST_OTHER): Another removal.
  2046.  
  2047.     * automake.in: Special-case when amdir=.
  2048.  
  2049.     * Makefile.am (DIST_OTHER): Removed auto-detected files.
  2050.  
  2051.     * automake.in:
  2052.     Search for commonly-used files and auto-include them in distribution
  2053.  
  2054.     * dist-vars.am (DIST_FILES): Include DIST_COMMON.
  2055.     (DIST_CONF): Removed files searched for by automake.
  2056.  
  2057.     * automake.in: More arg-parsing bug fixes.
  2058.  
  2059.     * Makefile.am (DIST_OTHER): Include install-sh
  2060.  
  2061.     * Makefile.am (DIST_OTHER): Don't include auto-included files.
  2062.  
  2063.     * automake.in: Bug fixes to argument parsing code.
  2064.  
  2065.     * automake.in: Handle --version and --help.
  2066.     NLS stuff from autoconf.
  2067.  
  2068.     * Makefile.am (amdatadir): Fixed typo.
  2069.     (install): Make install directories
  2070.  
  2071.     * Makefile.am: Use "install::", not "install:"
  2072.  
  2073.     * install-sh, mkinstalldirs: Initial revision
  2074.  
  2075.     * configure.in: Use AC_PROG_INSTALL
  2076.  
  2077.     * automake.in: Set AM_DIR based on configure results.
  2078.  
  2079.     * Makefile.am (install): New target.
  2080.     (amdatadir): New variable.
  2081.  
  2082.     * automake.in: Use "#! /", not "#!/".
  2083.  
  2084.     * Makefile.am, configure.in: Initial revision
  2085.  
  2086.     * automake.in: Renamed from "automake".
  2087.     Set VERSION.
  2088.  
  2089.     * dist.am (PACKAGE, VERSION): Now in dist-vars.am
  2090.  
  2091.     * automake.in: Insert remake-subd.am if appropriate.
  2092.  
  2093.     * subdirs.am (TAGS): Include $(CONFIG_HEADER) when making tags.
  2094.  
  2095.     * automake.in: Handle ALLPROGRAMS variable.
  2096.  
  2097.     * header-vars.am (ALL): Use ALLPROGRAMS, not PROGRAMS.
  2098.  
  2099.     * automake.in: Fixlet when printing "subdir=DIR"
  2100.  
  2101.     * automake.in: Put "subdir=DIR" into subdir Makefile
  2102.  
  2103.     * automake.in: Don't refer to distname.am.
  2104.     Only put footer.am in subdir Makefiles.
  2105.  
  2106.     * subdirs.am (id, ID): New target.
  2107.     (.NOEXPORT): Copied from footers.am.
  2108.  
  2109.     * subdirs.am (TAGS): Bug fixes.
  2110.  
  2111.     * subdirs.am (TAGS): Don't fail if a subdir doesn't have TAGS target.
  2112.  
  2113.     * subdirs.am (maintainer-clean-local): Remove TAGS
  2114.  
  2115.     * subdirs.am (TAGS): Make tags file that includes all subdir tags files
  2116.  
  2117.     * subdirs.am: Use maintainer-clean, per GNU standards
  2118.  
  2119.     * dist-subd-top.am: Some variables defined in dist-vars.am
  2120.  
  2121.     * dist-vars.am (PACKAGE, VERSION):
  2122.     New variables, initialized by configure
  2123.  
  2124.     * footer.am (id, ID): New targets
  2125.     (TAGS): Put TAGS file in build, not source, directory
  2126.  
  2127.     * remake-subd.am (Makefile): Don't assume subdir is 'src'
  2128.  
  2129.     * dist.am: Changed to assume PACKAGE and VERSION are set by configure.
  2130.  
  2131.     * dist-subd.am: Changed to conform to new top-level dist target.
  2132.  
  2133.     * dist-subd-top.am:
  2134.     Changed to assume PACKAGE and VERSION are set by configure.
  2135.  
  2136.     * clean-kr.am, clean.am (maintainer-clean):
  2137.     Updated rules per GNU standards.
  2138.  
  2139.     * clean.am, clean-kr.am (maintainer-clean): Renamed from realclean.
  2140.  
  2141. Sat Nov  5 14:39:50 1994  djm  <djm@cambric>
  2142.  
  2143.     * automake.in, texinfos.am: kludge for multiple-part info files
  2144.  
  2145. Thu Nov  3 13:33:44 1994  djm  <djm@cambric>
  2146.  
  2147.     * clean.am, clean-kr.am: remove INFOS
  2148.  
  2149. Wed Nov  2 06:15:42 1994  djm  <djm@cambric>
  2150.  
  2151.     * texinfos.am: add path
  2152.  
  2153.     * remake.am, remake-hdr.am: account for VPATH limitations
  2154.  
  2155. Mon Oct 24 23:01:59 1994  djm  <djm@cambric>
  2156.  
  2157.     * automake.in, dist-subd-top.am, dist-subd.am, dist.am, header-vars.am, libprograms.am, programs.am:
  2158.     handle SCRIPTS and LIBSCRIPTS similar to PROGRAMS
  2159.  
  2160. Sun Oct 23 01:50:41 1994  djm  <djm@cambric>
  2161.  
  2162.     * texinfos.am: install-info depends on info files
  2163.  
  2164.     * dist-subd-vars.am, dist-vars.am: distrib info files
  2165.  
  2166. Sun Oct  2 02:03:06 1994  djm  <djm@cambric>
  2167.  
  2168.     * clean-kr.am, clean.am: fix up distclean
  2169.  
  2170.     * subdirs.am: fix typo
  2171.  
  2172.     * clean.am: do more in distclean
  2173.  
  2174. Sat Oct  1 23:52:51 1994  djm  <djm@cambric>
  2175.  
  2176.     * libraries.am: make install depend on all
  2177.  
  2178.     * automake.in: fix typo
  2179.  
  2180. Wed Sep 28 21:15:26 1994  djm  <djm@cambric>
  2181.  
  2182.     * dist-subd-vars.am, dist-vars.am, header-vars.am: fix doc bugs
  2183.  
  2184.     * automake.in, compile-vars.am, dist.am: fix dist for no subdirs
  2185.  
  2186.     * dist-subd-top.am: Initial revision
  2187.  
  2188.     * automake.in, header-vars.am, libraries-vars.am, mans-vars.am, texinfos-vars.am:
  2189.     centralize prefix var setting
  2190.  
  2191.     * header-vars.am: set all the std vars based on prefix
  2192.  
  2193. Tue Sep 27 01:32:22 1994  djm  <djm@cambric>
  2194.  
  2195.     * automake.in: don't add kr stuff if not needed
  2196.  
  2197.     * dist-vars.am: add config vars to dist
  2198.  
  2199. Mon Sep 26 23:09:09 1994  djm  <djm@cambric>
  2200.  
  2201.     * program.am: add LDADD
  2202.  
  2203.     * compile-vars.am: remove LDADD from LDFLAGS
  2204.  
  2205.     * clean.am: move knr stuff to another file
  2206.  
  2207.     * automake.in: use different clean file for ansi2knr
  2208.  
  2209.     * clean-kr.am: Initial revision
  2210.  
  2211. Thu Sep 22 03:45:02 1994  djm  <djm@cambric>
  2212.  
  2213.     * automake.in, dist-subd.am, dist.am: fix rules and dist
  2214.  
  2215. Tue Sep 20 21:29:40 1994  djm  <djm@cambric>
  2216.  
  2217.     * compile.am, automake.in: split out knr
  2218.  
  2219.     * compile-kr.am: Initial revision
  2220.  
  2221.     * libprograms.am: fix typo
  2222.  
  2223.     * automake.in, clean.am, compile-vars.am, header-vars.am, libprograms.am:
  2224.     make libprograms work
  2225.  
  2226.     * libprograms.am: Initial revision
  2227.  
  2228.     * automake.in, compile.am, header-vars.am: fix little bugs
  2229.  
  2230.     * compile.am: allow parallel K&R
  2231.  
  2232.     * clean.am: remove kerb temps
  2233.  
  2234.     * automake.in: fix recognizing start of rules
  2235.  
  2236.     * dist-subd.am, dist.am: fix dist
  2237.  
  2238.     * automake.in, compile.am, footer.am, texinfos.am: fix ansi2knr
  2239.  
  2240. Mon Sep 19 23:39:21 1994  djm  <djm@cambric>
  2241.  
  2242.     * automake.in: works on m4 too
  2243.  
  2244.     * automake.in, mans.am: works on fileutils
  2245.  
  2246.     * automake.in, clean.am, compile.am, dist-subd.am, dist.am, footer.am, header-vars.am, header.am, libraries.am, library.am, mans-vars.am, mans.am, programs.am, remake-hdr.am, remake-subd.am, remake.am, subdirs.am, texinfos.am:
  2247.     works on fileutils except for all
  2248.  
  2249.     * automake.in: vars thing
  2250.  
  2251.     * header-vars.am: Initial revision
  2252.  
  2253.     * texinfos-vars.am, mans-vars.am, libraries-vars.am, dist-vars.am, dist-subd-vars.am:
  2254.     entered into RCS
  2255.  
  2256.     * compile-vars.am: Initial revision
  2257.  
  2258.     * automake.in: many improvements
  2259.  
  2260.     * footer.am: Initial revision
  2261.  
  2262.     * dist.am: remove distname
  2263.  
  2264.     * automake.in: namespace cleanup
  2265.  
  2266.     * distname.am: Initial revision
  2267.  
  2268.     * automake.in, clean.am, compile.am, dist-subd.am, dist.am, header.am, libraries.am, library.am, mans.am, program.am, programs.am, remake-hdr.am, remake.am, subdirs.am, texinfos.am:
  2269.     might work
  2270.  
  2271.     * mans.am, libraries.am, texinfos.am, library.am, compile.am, program.am, programs.am, clean.am, subdirs.am, remake-subd.am, remake.am, remake-hdr.am, dist.am, dist-subd.am, header.am, automake.in:
  2272.     Initial revision
  2273.  
  2274.